.panel-address-layout{background-color:var(--secondary);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;gap:20px;padding:20px;display:flex}.panel-address-layout .top{justify-content:space-between;align-items:center;display:flex}.panel-address-layout .top p{color:var(--primary);font-weight:700}.panel-address-layout .top button{background-color:var(--primary);color:var(--white);border:1px solid var(--grey220);cursor:pointer;border-radius:50px;padding:6px 15px;font-size:14px;transition:all .5s}.panel-address-layout .top button:hover{background-color:var(--white);color:var(--primary)}.panel-address-layout .bottom{background-color:var(--white);border:1px solid var(--grey220);border-radius:8px;flex-direction:column;padding:20px;font-size:14px;display:flex}.panel-address-layout .bottom .up{border-bottom:1px solid var(--grey220);justify-content:space-between;align-items:center;padding-bottom:15px;display:flex}.panel-address-layout .bottom .up i{cursor:pointer;font-size:20px}.panel-address-layout .bottom .down{grid-template-columns:repeat(2,1fr);gap:15px;padding:15px 0;display:grid}.panel-address-layout .bottom .down>div{align-items:center;gap:5px;display:flex}.panel-address-layout .bottom .down>div i{font-size:16px}@media (width<=687px){.panel-address-layout .bottom .down{grid-template-columns:repeat(1,1fr)}}.empty-address-layout{flex-direction:column;align-items:center;gap:10px;display:flex}.empty-address-layout img{width:150px}